From: Artur Malabarba Date: Wed, 28 Oct 2015 17:06:27 +0000 (+0000) Subject: * doc/lispref/sequences.texi (Sequence Functions): Fix typo X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~1805 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=785c0d8326a5f82ca3b69d8e90ebb6fc5731e6d3;p=emacs.git * doc/lispref/sequences.texi (Sequence Functions): Fix typo --- diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 730dac10452..84a7c325424 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -575,7 +575,7 @@ element of @var{sequence}. The returned value is a list. @defun seq-mapn function &rest sequences This function returns the result of applying @var{function} to each element of @var{sequences}. The arity of @var{function} must match -the number of sequences. Mapping stops at the shrotest sequence, and +the number of sequences. Mapping stops at the shortest sequence, and the returned value is a list. @example